projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cbfc78
)
inspector: fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 10 Nov 2015 22:36:23 +0000
(17:36 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 10 Nov 2015 22:36:23 +0000
(17:36 -0500)
gtk/inspector/object-tree.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/object-tree.c
b/gtk/inspector/object-tree.c
index c124c79b549b62a1964ecf40406cbc64d710cf7d..ad54f407e851eaf07179988725043e4faa8b9f09 100644
(file)
--- a/
gtk/inspector/object-tree.c
+++ b/
gtk/inspector/object-tree.c
@@
-283,7
+283,7
@@
object_tree_icon_view_forall (GObject *object,
child = G_OBJECT (gtk_icon_view_get_model (GTK_ICON_VIEW (object)));
if (child)
- forall_func (child, "m
n
odel", forall_data);
+ forall_func (child, "model", forall_data);
}
typedef struct {